Xbasic

aws_s3_bucket_SetPublic Function

Syntax

p result = aws_s3_bucket_SetPublic(connectionString, bucketname)

Arguments

connectionStringCharacter

Alpha DAO connection string (Amazon Web Services).

bucketnameCharacter

S3 bucket name.

Returns

resultPointer

No value is returned.

Description

Enable public access to an S3 bucket.

All AWS functions require a valid Amazon Web Services DAO connection.

See Also